Package com.cisco.pt.ipc.sim.impl
Class EphoneImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EphoneImpl
Information provided by the PKI file:
\class CEphone
\brief CEphone holds and manipulates VOIP ephones.
\example network().getDevice("Router0").getProcess("CMEProcess").getEphone(1)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionEphoneImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
EphoneImpl
public EphoneImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setType
Information provided by the PKI file:
\brief Sets the ephone type. \param ePhoneType, the ephone type. \return bool, true if successful, otherwise false. -
getType
Information provided by the PKI file:
\brief Returns the ephone type. \return string, the ephone type. -
getTag
public int getTag()Information provided by the PKI file:
\brief Returns the tag of the ephone. \return int, the tag of the ephone.
-